home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / dvdidentifier / DVD Identifier 5.0.1 Setup [Database.08-OCT-06].exe / install_script.iss
Text File  |  2006-11-17  |  3KB  |  66 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=DVD Identifier
  5. AppVerName=DVD Identifier 5.0.1
  6. AppId=DVD Identifier
  7. AppVersion=5.0.1
  8. AppPublisher=Kris Schoofs
  9. AppPublisherURL=http://DVD.Identifier.CDfreaks.com
  10. AppSupportURL=http://DVD.Identifier.CDfreaks.com
  11. AppMutex=DVD.Identifier@pi.be
  12. DefaultDirName={pf}\DVD Identifier
  13. DefaultGroupName=DVD Identifier
  14. UninstallDisplayIcon={app}\DVD Identifier.exe
  15. UninstallDisplayName=DVD Identifier
  16. UninstallFilesDir={app}\Uninst
  17. OutputBaseFilename=DVD Identifier 5.0.1 Setup [Database.08-OCT-06]
  18. Compression=lzma
  19. LicenseFile=embedded\License.rtf
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\DVD Identifier.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\DVD Identifier.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\Data\manufacturers.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  27. Source: "{app}\Data\manufacturers_v2.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  28. Source: "{app}\Data\manufacturers_v3.dat"; DestDir: "{app}\Data"; Flags: ignoreversion 
  29.  
  30. [Dirs]
  31. Name: "{app}\Data"; 
  32.  
  33. [Registry]
  34. Root: HKCU; Subkey: "Software\DVD.Identifier@pi.be"; Flags: deletekey 
  35.  
  36. [Run]
  37. Filename: "{app}\DVD Identifier.exe"; Description: "{cm:LaunchProgram,DVD Identifier}"; Flags: postinstall nowait
  38. Filename: "http://dvd.identifier.cdfreaks.com"; Description: "Visit the website"; Flags: shellexec postinstall nowait
  39.  
  40. [Icons]
  41. Name: "{group}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; 
  42. Name: "{group}\DVD Identifier Help"; Filename: "{app}\DVD Identifier.chm"; 
  43. Name: "{userdesktop}\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: desktopicon; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DVD Identifier"; Filename: "{app}\DVD Identifier.exe"; Tasks: quicklaunchicon; 
  45. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  46.  
  47. [Tasks]
  48. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "Additional icons:"; 
  49. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "Additional icons:"; 
  50.  
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61.  
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "default"; MessagesFile: "embedded\default.isl"; 
  66.